Learn R Programming

opentimsr (version 1.0.13)

[,OpenTIMS-method: Get some frames of data.

Description

Get some frames of data.

Usage

# S4 method for OpenTIMS
[(x, i)

Arguments

x

OpenTIMS data instance.

i

An array of nonzero indices to extract.

Examples

Run this code
# NOT RUN {
D = OpenTIMS('path/to/your/folder.d')
print(head(D[10]))
print(head(D[10:100]))
# }

Run the code above in your browser using DataLab